home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / rexx / ffds.readme < prev    next >
Encoding:
Text File  |  1998-01-06  |  4.4 KB  |  106 lines

  1. Short:    File Find Database System V1.2
  2. Author:   l.unger@tu-bs.de (Lars Unger)
  3. Uploader: l.unger@tu-bs.de (Lars Unger)
  4. Version:  1.2
  5. Type:     util/rexx
  6. Replaces: util/rexx/ffds.lha
  7. Requires: util/rexx/RexxReqTools.lha
  8. Kurz:     File/Dir Suche mittels Datenbanken V1.2
  9.  
  10.  
  11.   Introduction
  12.  ~~~~~~~~~~~~~~
  13.    If you ever search a file/directory, you know the problem. You have
  14.    to scan your Harddisk(s)/CDROMs every time you search one and if you
  15.    use a wrong pattern you have to do it again ... I`ve six partitions and
  16.    4 of them, doesn`t change within a month or two. So i decide to write
  17.    a couple of ARexx-Scripts and AmigaGuides to build databases of every
  18.    volume. Now i can use a simply textsearcher to search a file/directory,
  19.    which is must faster than a scan of every volume. If there are a lot of
  20.    changes on a volume i can update it :)
  21.  
  22.    Special manager:
  23.  
  24.     - Helpmanager (make index of/search helpfiles)
  25.  
  26.   Requirements
  27.  ~~~~~~~~~~~~~~
  28.    - An Amiga with OS3.0 or higher
  29.      (could work with OS>2.04 as well, but i haven`t tested this)
  30.  
  31.    - RexxReqTools.library
  32.  
  33.    - about 100kB for the program and some more free space for the
  34.      databases
  35.  
  36.    - about 0.5-2 MB free RAM (every database is first created in RAM)
  37.  
  38.    ( With XPK you can compress the databases !)
  39.  
  40.  
  41.   Installation
  42.  ~~~~~~~~~~~~~~
  43.  
  44.   You need an installed rexxreqtools.library to use the Installprogram. Don`t
  45.   panic, it will delete nothing. It just copy some files in a directory FFDS
  46.   and the shell-script in a DOS-valid executive path (like c:,s:, etc.) and
  47.   add a assign in your user-startup.
  48.  
  49.   WWW
  50.  ~~~~~
  51.   http://www.amigaworld.com/lars/ffds.html
  52.  
  53.  
  54. ============================= Archive contents =============================
  55.  
  56. Original  Packed Ratio    Date     Time    Name
  57. -------- ------- ----- --------- --------  -------------
  58.       80      79  1.2% 23-Dec-97 15:00:00 +.config
  59.       31      31  0.0% 23-Dec-97 15:00:00 +.hmconfig
  60.       44      44  0.0% 23-Dec-97 15:00:00 +.ver
  61.     9172    4786 47.8% 23-Dec-97 14:59:58 +LinkScan
  62.     9120    4799 47.3% 23-Dec-97 14:59:58 +systemday
  63.     5352    3444 35.6% 23-Dec-97 14:59:58 +volname
  64.     4232    2854 32.5% 23-Dec-97 14:59:58 +wbtofront
  65.    14306    4266 70.1% 23-Dec-97 15:00:00 +ffds-help.guide
  66.     4577    1405 69.3% 23-Dec-97 14:59:58 +FFDS.guide
  67.     2538     998 60.6% 23-Dec-97 15:00:00 +hm-help.guide
  68.     1427     496 65.2% 23-Dec-97 15:00:00 +hm.guide
  69.      684     404 40.9% 23-Dec-97 14:59:58 +add_path.rexx
  70.     1091     532 51.2% 23-Dec-97 14:59:58 +del_path.rexx
  71.       72      72  0.0% 23-Dec-97 14:59:58 +exit.rexx
  72.     5188    1571 69.7% 23-Dec-97 14:59:58 +help.rexx
  73.     1011     407 59.7% 23-Dec-97 14:59:58 +main.start
  74.     5619    1624 71.0% 23-Dec-97 14:59:58 +search.rexx
  75.     1790     692 61.3% 23-Dec-97 14:59:58 +setpat.rexx
  76.     5171    1544 70.1% 23-Dec-97 14:59:58 +shell_search.rexx
  77.     3137    1113 64.5% 23-Dec-97 14:59:58 +update_index.rexx
  78.      351     246 29.9% 23-Dec-97 15:00:00 +Install
  79.     1212     517 57.3% 23-Dec-97 15:01:24 +Install.info
  80.     7117    1933 72.8% 23-Dec-97 15:00:00 +install.rexx
  81.     2321     758 67.3% 23-Dec-97 15:00:02 +legalstuff.txt
  82.     4167    1652 60.3% 23-Dec-97 15:00:00 +readme.first
  83.      646     350 45.8% 23-Dec-97 15:01:24 +readme.first.info
  84.     2687    1084 59.6% 23-Dec-97 14:59:58 +build_cd_db.rexx
  85.     3864    1371 64.5% 23-Dec-97 14:59:58 +build_db.rexx
  86.     1458     632 56.6% 23-Dec-97 14:59:58 +change_dbpath.rexx
  87.     1511     669 55.7% 23-Dec-97 14:59:58 +change_packer.rexx
  88.     1667     681 59.1% 23-Dec-97 14:59:58 +change_search.rexx
  89.     1576     664 57.8% 23-Dec-97 14:59:58 +change_view.rexx
  90.     1041     549 47.2% 23-Dec-97 14:59:58 +del_db.rexx
  91.      276     167 39.4% 23-Dec-97 14:59:58 +exit.rexx
  92.     2623    1010 61.4% 23-Dec-97 14:59:58 +fifi.rexx
  93.      963     524 45.5% 23-Dec-97 14:59:58 +none_packer.rexx
  94.     3295    1266 61.5% 23-Dec-97 14:59:58 +print_db.rexx
  95.     2740    1059 61.3% 23-Dec-97 14:59:58 +search_file.rexx
  96.     3778    1386 63.3% 23-Dec-97 14:59:58 +show_new.rexx
  97.     1531     643 58.0% 23-Dec-97 14:59:58 +show_settings.rexx
  98.     2826    1137 59.7% 23-Dec-97 14:59:58 +update_all.rexx
  99.       86      72 16.2% 23-Dec-97 14:59:58 +fifi
  100.      110      85 22.7% 23-Dec-97 14:59:58 +help
  101.      388     261 32.7% 23-Dec-97 14:59:58 +Start-FFDS
  102.     1819    1029 43.4% 23-Dec-97 15:01:24 +Start-FFDS.info
  103.      911     441 51.5% 23-Dec-97 14:59:58 +start.rexx
  104. -------- ------- ----- --------- --------
  105.   125606   51347 59.1% 23-Dec-97 21:19:48   46 files
  106.